View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Store Class

Represents a store, responsible with managing application view state.

Base type: object.
Implemented interfaces: INotifyPropertyChanged.

This is a public abstract class.

public abstract class Store

Constructors

Events

Methods

See Also